home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
btrtest
/
readme.txt
< prev
next >
Wrap
Text File
|
1992-03-15
|
887b
|
30 lines
Date :January 15, 1992
To :Anyone who might benefit from this data
From :David Meyer, Computer Concepts Limited
CompuServe ID 76702,1402
Subject :Btrieve for Windows Test Program in Visual Basic
-----------------------------------------------------------
For all those adventurers that have played around and made
fleeting progress, plodding step by step, with little for no
help, the enclosed BTRTEST.EXE and source Visual Basic program
may help you eliminate some of the toil I went through.
The sample EMPMSTS.DAT (and EMPMSTS.DSC) files use a segmented
key (key 1) made up of LastName plus FirstName in a sample
Employee Master File.
When you start to tackle mutli-file btrieve program, may I suggest
that use a naming convention like DBEmpMst for the EmpMst file
data buffer and PBEmpMst for the corresponding Position Block.
Good Luck.